Part Number Hot Search : 
05S12 014AD J01400 X5643 2STD1360 6732A 3F624 ELECTRON
Product Description
Full Text Search
 

To Download 555-28027 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  web site: www.parallax.com forums: forums.parallax.com sales: sales@parallax.com technical: support@parallax.com office: (916) 624-8333 fax: (916) 624-8003 sales: (888) 512-1024 tech support: (888) 997-8267 copyright ? parallax inc. pir sensor (#555-28027) v2.2 6/13/2012 page 1 of 5 pir sensor (#555-28027) the pir (passive infra-red) sensor is a pyroelectric device that detects motion by sensing changes in the infrared (radiant heat) levels emitted by surrounding objects. this motion can be detected by checking for a sudden change in the surrounding ir pattern. wh en motion is detected the pir sensor outputs a high signal on its output pin. this logic signal ca n be read by a microcontroller or used to drive an external load; see the source current limits in the features list below. note: revision b of this sensor provid es many updates and improvements from revision a. if your pir sensor?s pcb does not read ?rev b,? please use the information found in the revision history section on page 5. features ? detect a person up to approximately 30 ft away, or up to 15 ft away in reduced sensitivity mode ? jumper selects normal operation or reduced sensitivity ? source current up to 12 ma @ 3 v, 23 ma @ 5 v ? onboard leds light up the lens for fast visual feedback when movement is detected ? mounting holes for #2 sized screws ? 3-pin sip header ready for breadboard or through-hole projects ? small size makes it easy to conceal ? easy interface to any microcontroller key specifications ? power requirements: 3 to 6 vdc; 130 a idle, 3 ma active (no load) ? communication: single bit high/low output ? operating temperature: 32 to 122 f (0 to 50 c) ? dimensions: 1.41 x 1.0 x 0.8 in (35.8 x 25.4 x 20.3 cm) application ideas ? motion-activated nightlight ? alarm systems ? holiday animated props
copyright ? parallax inc. pir sensor (#555-28027) v2.2 6/13/2012 page 2 of 5 theory of operation pyroelectric devices, such as the pir sensor, have elem ents made of a crystalline material that generates an electric charge when exposed to infrared ener gy. the changes in the amount of infrared energy striking the element change the voltages generated, which are measured by an on-board amplifier. the device contains a fresnel lens, which focuses the infrared signals onto the element. as the ambient infrared signals change rapidly, the on-board amplifier trips the output to indicate motion. the onboard jumper allows the user to select between normal operation and reduced sensitivity. the sensitivity of the pir sensor varies with temperat ure and other environmental conditions. generally, when in reduced sensitivity mode, the pir sensor will dete ct an object at up to half the distance it would in normal operating mode. for more info rmation, see the range section below. range the pir sensor?s range is affected by: ? the sensitivity jumper setting ? the size and thermal properties of nearby objects ? environmental conditions including ambient temperature and light sources the graph below depicts the approximate effects of known ambient temperatures on the pir sensor?s detection range of an average adult. the graph below depicts the approximate effects of known temperatures on the pir sensor?s detection range of an adult. note: this device is designed for indoor use. operation outside or in extreme temperatures may negatively affect st ability. direct exposure to sunlight or other forms of radiant heating may cause undesired operation.
copyright ? parallax inc. pir sensor (#555-28027) v2.2 6/13/2012 page 3 of 5 pin definitions and ratings pin name type function 1 gnd g ground: 0 v 2 vcc p supply voltage: 3 to 6 vdc 3 out o pir signaling; high = movement/low = no movement pin type: p = power, g = ground, i = input, o = output jumper settings symbol description s reduced sensitivity mode, for a sh orter range, about 15 feet maximum l normal operation, for a longer range, about 30 feet maximum quick-start circuit calibration the pir sensor requires a warm-up time in order to function properly. this is due to the settling time involved in ?learning? its environment. this could be up to 40 seconds. during this time, the leds under the lens will be on and there should be as little motion as possible in the sensors field of view. module dimensions
copyright ? parallax inc. pir sensor (#555-28027) v2.2 6/13/2012 page 4 of 5 basic stamp ? example code this program will display the current state of the outp ut pin from the pir sensor connected to p0 using the debug terminal. the debug terminal is built into the basic stamp editor software. the software is a free download from www.parallax.com/basicstampsoftware . ' pir_simple.bs2 ' displays the current state of the pir sensor connected to p0 ' {$stamp bs2} ' {$pbasic 2.5} pause 40000 ' pir warm-up time do debug home, bin1 in0 ' display state of p0 pause 100 ' small delay loop ' repeat forever propeller ? p8x32a example code note: this application uses the parallax serial termin al to display the device output. the object and the parallax serial terminal itself are included with the pr opeller tool v1.2.7 or higher, which is available from the downloads link at www.parallax.com/propeller . '' pir_simple.spin '' displays the current state of the pir sensor connected to p0 con _clkmode = xtal1 + pll16x ' setting clock mode to crystal 1 with 16 multiplier _xinfreq = 5_000_000 ' propeller set to run at 80mhz var byte state ' declare variable state to store pir output obj pst : "parallax serial terminal" pub pir ' public method name pir dira[0]~ ' set pin 0 to input pst.start(115200) ' start parallax serial terminal at 115200 baud waitcnt(clkfreq * 40 + cnt) ' pir "warm-up" time pst.clear ' clear the screen repeat state := ina[0] ' save state of pir sensor pst.home ' move cursor to position(0,0) pst.str(string("in0 = ")) pst.bin(state, 1) ' display state waitcnt(clkfreq/200 + cnt) ' small delay
copyright ? parallax inc. pir sensor (#555-28027) v2.2 6/13/2012 page 5 of 5 revision history the information that follows contains revision history for the pir documentation. v 2.0: pir sensor rev a both revisions of this sensor use the same fres nel lens, and basic functionality remains the same between the two (for example you can use the same test programs). however, there were a number of improvements and updates made to revision b, and if using revision a in your project the following information should be noted and used. features ? detection range up to 20 feet away ? single bit output ? jumper selects single or continuous trigger output mode ? 3-pin sip header ready for brea dboard or through-hole project ? small size makes it easy to conceal ? compatible with basic stamp, propelle r, and many other microcontrollers key specifications ? power requirements: 3.3 to 5 vdc; >3 ma (may vary) ? communication: single bit high/low output ? operating temperature: 32 to 122 f (0 to 50 c) ? dimensions: 1.27 x 0.96 x 1.0 in (32.2 x 24.3 x 25.4 mm) key differences ? jumper setting controls triggering and not distance ? driving an external load requir es a transistor or mosfet ? detection range up to 20 ft away pin definitions and ratings pin name function - gnd ground: 0 v + vin supply voltage: 3 to 6 vdc out output connect to i/o pin set to input mode (or transistor/mosfet). jumper settings symbol description h output remains high when sensor is retriggered repeatedly. output is low when idle (not triggered). l output goes high then low when triggered. continues motion results in repeated high/low pulses. output is low when idle. v 2.1: the explanation of the sensitivity jumper settin g have been updated throughout, and the range section, including a temperature vs. range graph, were added. v 2.1: added information for load current to features and specifications.


▲Up To Search▲   

 
Price & Availability of 555-28027

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X